Skip to content

changed index.html#48

Closed
RobertDS07 wants to merge 1 commit into
socketio:masterfrom
RobertDS07:no-Jquery
Closed

changed index.html#48
RobertDS07 wants to merge 1 commit into
socketio:masterfrom
RobertDS07:no-Jquery

Conversation

@RobertDS07
Copy link
Copy Markdown

my change is because for beginners is easier pure js than jquery

Comment thread index.html
});
socket.on('chat message', function(msg){
$('#messages').append($('<li>').text(msg));
window.scrollTo(0, document.body.scrollHeight);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this removed intentionally?

darrachequesne pushed a commit that referenced this pull request Jan 6, 2021
@darrachequesne
Copy link
Copy Markdown
Member

Merged as abd1b44. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants